home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / adcsh122.zip / README.DOC < prev    next >
Text File  |  1990-07-06  |  2KB  |  58 lines

  1.            Installation Notes for ADCache version 1.22
  2.  
  3. *** NOTE: version 1.22 is a maintenance release of ADCache.  It
  4. *** corrects a mistake which prevented using ADCache on PC and
  5. *** XT systems, as well as one which could sometimes cause
  6. *** delayed writes to fail with some EMS 4.0 drivers.  A more
  7. *** complete update, with new features, will be released around
  8. *** the end of July 1990.
  9.  
  10. Before using ADCache, please read the documentation.  The
  11. default option settings are not the optimum for most computers. 
  12. You will want to change at least the memory size, and probably
  13. to enable delayed-write caching as well.
  14.  
  15. Please be careful when using delayed writes.  Although ADCache
  16. has proven quite reliable in beta testing, delayed writing is
  17. inherently more dangerous than write-through caching.  Power
  18. failures, or buggy software which locks your machine up before
  19. the disk has been updated, can corrupt your disk and lead to the
  20. loss of valuable data.  As always, a complete and recent backup
  21. is your best line of defense against disk failure.
  22.  
  23. With delayed writes, remember that your disk has not been
  24. updated until the write cycle completes or the cache has been
  25. flushed.  Most beta-testers have, at one time or another, turned
  26. off or rebooted their machines before a write has completed. 
  27. This is not a good idea!  The "-f" (flush cache) option can help
  28. here; if you have batch files that reboot your machine, insert:
  29.  
  30.      adcache -f
  31.  
  32. somewhere before the reboot.
  33.  
  34. ADCache has been tested on a number of computers running a
  35. variety of software.  It works correctly with DESQview if loaded
  36. before running DESQview.  ADCache almost certainly will *not*
  37. work with EMS emulators; don't even try it.  (80386 memory
  38. managers like 386MAX and QEMM are not emulators by this
  39. definition; ADCache works fine with both.)
  40.  
  41. I run ADCache with these options:
  42.  
  43.      adcache -a512 -w
  44.  
  45. This:
  46.  
  47.      1.   Allocates all but 512K of the available memory to the
  48.           cache, and,
  49.  
  50.      2.   Enables delayed writes with the default delay of 0.2
  51.           second.
  52.  
  53. You may also want to consider the "-i" option which will free up
  54. several K of main memory.
  55.  
  56. My address, for bug reports, complaints, and suggestions, is
  57. given in the documentation.  Let me know what you think of it!
  58.